import intake
import ciofs_hindcast_report as chr
import hvplot.pandas # noqa
import ocean_model_skill_assessor as omsa
import pandas as pd
import cmocean.cm as cmo
KBNERR: Lower Cook Inlet Mooring#
CTD Moored 2006-2008 - KBNERR
ctd_moored_kbnerr
Aug to Oct 2006 and June 2007 to Feb 2008, 15 min sampling
Lower Cook Inlet Mooring from: Seasonality of Boundary Conditions for Cook Inlet, Alaska
CIRCAC is the Cook Inlet Regional Citizens Advisory Council. It was funded by MMS (pre-BOEM), OCS Study MMS 2009-041 funneled through the Coastal Marine Institute (University of Alaska Fairbanks).
Part of the project: Seasonality of Boundary Conditions for Cook Inlet, Alaska Steve Okkonen Principal Investigator Co-principal Investigators: Scott Pegau Susan Saupe Final Report OCS Study MMS 2009-041 August 2009 Report: https://researchworkspace.com/file/39885971/2009_041.pdf
Dataset metadata:
Dataset |
featuretype |
maxLatitude |
maxLongitude |
maxTime |
minLatitude |
minLongitude |
minTime |
|
|---|---|---|---|---|---|---|---|---|
0 |
Deployment1 |
timeSeries |
59.2027 |
-151.848 |
2006-10-28 10:22:00 |
59.2027 |
-151.848 |
2006-08-12 18:22:00 |
1 |
Deployment2 |
timeSeries |
59.2027 |
-151.848 |
2008-02-25 05:28:00 |
59.2027 |
-151.848 |
2007-06-20 21:00:00 |
cat = intake.open_catalog(chr.CAT_NAME("ctd_moored_kbnerr"))
Map of Time Series Location#
getattr(chr.src.plot_dataset_on_map, "ctd_moored_kbnerr")("ctd_moored_kbnerr")
Deployment1#
cat['Deployment1'].plot.data()
Deployment2#
cat['Deployment2'].plot.data()